home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / techv201.zip / MANUAL.DOC < prev    next >
Text File  |  1993-02-01  |  4KB  |  106 lines

  1. TechView 2.1  Technical Reference Manual
  2. (C) Copyright 1992-3   Technalysis Limited.  All rights reserved.
  3. Last Revised: 1 Feb 1993 
  4.  
  5. Hardware requirements
  6. ---------------------
  7.  
  8. IBM Compatible PC (min 286; 386 or better preferred)
  9. Memory used:   47K
  10. Video:         Super VGA Card with 640x400x256 mode
  11. OS:            DOS 3.30 or later
  12.  
  13. _______________________________________________________________________
  14.  
  15. NAME
  16.  
  17.     TECHVIEW - Links pictures into documents/databases/spreadsheets
  18.  
  19. SYNOPSIS
  20.  
  21.     TECHVIEW [-h] [-U] [-d] [-b color] [-p position] [-r row] [-c col]
  22.  
  23.  
  24. DESCRIPTION
  25.  
  26. TechView is TSR (Terminate and Stay Resident) program which can be
  27. activated by the hot key Alt-LeftShift from any application program
  28. which operates in 80x25 text mode.  The hot key will cause TechView
  29. to search the display screen for picture file names with the extention
  30. ".GIF" .  Use the arrow keys to select a highlighted file name and press
  31. the Enter key to display the picture.
  32.  
  33. To select another picture type ESC and use the arrow keys again.
  34. Type ESC a SECOND time to return to your application program.
  35.  
  36. The position of the picture can be specified by using either -p or
  37. -r and -c options.  -p gives a course description of position (see
  38. "OPTIONS" below), while -r and -c specify row and column of the top
  39. left corner of the picture.
  40.  
  41. The professional version of TechView also permits pictures to be
  42. resized.
  43.  
  44. OPTIONS
  45.  
  46. -h        Display summary of options.
  47.  
  48. -U        Unload TechView from memory.
  49.  
  50. -d        Don't display the background text with the picture.
  51.           Useful with large pictures.  Displays picture faster.
  52.  
  53. -b color  Places a border around the picture in a given color.
  54.           Colors codes are :-
  55.  
  56.           0 = BLACK       8 = DARKGRAY
  57.           1 = BLUE        9 = LIGHTBLUE
  58.           2 = GREEN      10 = LIGHTGREEN
  59.           3 = CYAN       11 = LIGHTCYAN
  60.           4 = RED        12 = LIGHTRED
  61.           5 = MAGENTA    13 = LIGHTMAGENTA
  62.           6 = BROWN      14 = YELLOW
  63.           7 = LIGHTGRAY  15 = WHITE
  64.  
  65. -p position
  66.           "position" is a number from 1-9 which indictates a coarse
  67.           position on the screen to place the picture.
  68.  
  69.                 ------- ------- -------
  70.                |  Top  |  Top  |  Top  |
  71.                |   1   |   2   |   3   |
  72.                | Left  | Middle| Right |
  73.                 -------+-------+-------
  74.                |Centre | Centre|Centre |
  75.                |   4   |   5   |   6   |
  76.                | Left  |       | Right |
  77.                 -------+-------+-------
  78.                |Bottom |Bottom |Bottom |
  79.                |   7   |   8   |   9   |
  80.                | Left  | Middle| Right |
  81.                 ------- ------- -------
  82.  
  83.           e.g. -p4 will centre the picture on the left side of the
  84.           screen.  The default position is -p5, centre of screen.
  85.  
  86. -r row    
  87. -c col    Position top left corner of picture to a row and column
  88.           of the background text.  "row" must be in the range 0 - 24,
  89.           and "col" in the range 0 - 79.  Both must be specified to
  90.           override a -p option or the default of -p5 .
  91.  
  92. EXAMPLES
  93.  
  94.     techview -b15 -p7
  95.         Display pictures in bottom left corner with background text.
  96.         Surround pictures with a white border.
  97.  
  98.     techview -d -p5
  99.         Display pictures in the centre of the screen with no background
  100.     text.  Pictures have no border.
  101.  
  102. DEFAULT OPTIONS
  103.  
  104.      techview -p5  
  105.      No Border.  Background text.  Picture is centre screen.
  106.